- luaL_addchar
void luaL_addchar(luaL_Buffer* B, char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_addlstring
void luaL_addlstring(luaL_Buffer* B, char* s, size_t l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_addsize
void luaL_addsize(luaL_Buffer* B, size_t sz)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_addstring
void luaL_addstring(luaL_Buffer* B, char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_addvalue
void luaL_addvalue(luaL_Buffer* B)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_argcheck
int luaL_argcheck(lua_State* L, int cond, int numarg, char* extramsg)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_argerror
int luaL_argerror(lua_State* L, int numarg, char* extramsg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_buffinit
void luaL_buffinit(lua_State* L, luaL_Buffer* B)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_buffinitsize
char* luaL_buffinitsize(lua_State* L, luaL_Buffer* B, size_t sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_callmeta
int luaL_callmeta(lua_State* L, int obj, char* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_checkany
void luaL_checkany(lua_State* L, int narg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_checkint
int luaL_checkint(lua_State* L, int arg)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_checkinteger
lua_Integer luaL_checkinteger(lua_State* L, int numArg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_checklong
long luaL_checklong(lua_State* L, int arg)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_checklstring
char* luaL_checklstring(lua_State* L, int numArg, size_t* l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_checknumber
lua_Number luaL_checknumber(lua_State* L, int numArg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_checkoption
int luaL_checkoption(lua_State* L, int narg, char* def, char[]* lst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_checkstack
void luaL_checkstack(lua_State* L, int sz, char* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_checkstring
char* luaL_checkstring(lua_State* L, int arg)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_checktype
void luaL_checktype(lua_State* L, int narg, int t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_checkudata
void* luaL_checkudata(lua_State* L, int ud, char* tname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_checkunsigned
lua_Unsigned luaL_checkunsigned(lua_State* L, int numArg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_checkversion
void luaL_checkversion(lua_State* L)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_checkversion_
void luaL_checkversion_(lua_State* L, lua_Number ver)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_dofile
int luaL_dofile(lua_State* L, char* filename)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_dostring
int luaL_dostring(lua_State* L, char* str)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_error
int luaL_error(lua_State* L, char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_execresult
int luaL_execresult(lua_State* L, int stat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_fileresult
int luaL_fileresult(lua_State* L, int stat, char* fname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_getmetafield
int luaL_getmetafield(lua_State* L, int obj, char* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_getmetatable
void luaL_getmetatable(lua_State* L, char* tname)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_getsubtable
int luaL_getsubtable(lua_State* L, int idx, char* fname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_gsub
char* luaL_gsub(lua_State* L, char* s, char* p, char* r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_len
int luaL_len(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_loadbuffer
int luaL_loadbuffer(lua_State* L, char* buff, size_t sz, char* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_loadbufferx
int luaL_loadbufferx(lua_State* L, char* buff, size_t sz, char* name, char* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_loadfile
int luaL_loadfile(lua_State* L, char* filename)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_loadfilex
int luaL_loadfilex(lua_State* L, char* filename, char* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_loadstring
int luaL_loadstring(lua_State* L, char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_newlib
void luaL_newlib(lua_State* L, luaL_Reg* l)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_newlibtable
void luaL_newlibtable(lua_State* L, luaL_Reg[] l)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_newmetatable
int luaL_newmetatable(lua_State* L, char* tname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_newstate
lua_State* luaL_newstate()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_openlib
void luaL_openlib(lua_State* L, char* libname, luaL_Reg* l, int nup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_optint
int luaL_optint(lua_State* L, int arg, int d)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_optinteger
lua_Integer luaL_optinteger(lua_State* L, int nArg, lua_Integer def)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_optlong
long luaL_optlong(lua_State* L, int arg, long d)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_optlstring
char* luaL_optlstring(lua_State* L, int numArg, char* def, size_t* l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_optlstring
char* luaL_optlstring(lua_State* L, int arg, char* d, size_t* l)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_optnumber
lua_Number luaL_optnumber(lua_State* L, int nArg, lua_Number def)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_optunsigned
lua_Unsigned luaL_optunsigned(lua_State* L, int nArg, lua_Unsigned def)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_prepbuffsize
char* luaL_prepbuffsize(luaL_Buffer* B, size_t sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_pushmodule
void luaL_pushmodule(lua_State* L, char* modname, int sizehint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_pushresult
void luaL_pushresult(luaL_Buffer* B)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_pushresultsize
void luaL_pushresultsize(luaL_Buffer* B, size_t sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_ref
int luaL_ref(lua_State* L, int t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_register
void luaL_register(lua_State* L, char* libname, luaL_Reg* l)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_requiref
void luaL_requiref(lua_State* L, char* modname, lua_CFunction openf, int glb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_setfuncs
void luaL_setfuncs(lua_State* L, luaL_Reg* l, int nup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_setmetatable
void luaL_setmetatable(lua_State* L, char* tname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_testudata
void* luaL_testudata(lua_State* L, int ud, char* tname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_tolstring
char* luaL_tolstring(lua_State* L, int idx, size_t* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_traceback
void luaL_traceback(lua_State* L, lua_State* L1, char* msg, int level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_typename
char* luaL_typename(lua_State* L, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaL_unref
void luaL_unref(lua_State* L, int t, int refr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- luaL_where
void luaL_where(lua_State* L, int lvl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lua_prepbuffer
char* lua_prepbuffer(luaL_Buffer* B)
Undocumented in source. Be warned that the author may not have intended to support it.